home *** CD-ROM | disk | FTP | other *** search
/ Total Network Tools 2002 / NextStepPublishing-TotalNetworkTools2002-Win95.iso / Archive / Web Server / TinyWeb Server.EXE / CGITEST.ZIP / HELLO.PL < prev    next >
Encoding:
Text File  |  2000-01-25  |  306 b   |  13 lines

  1. ##########################################################################
  2. ##
  3. ##  CGI Testing Example
  4. ##
  5. ##  Copyright (C) 1997-2000 RIT Research Labs
  6. ##
  7. ##########################################################################
  8.  
  9. print "Content-Type: text/html\n\n";
  10.  
  11. print "Hello, World!\n";
  12.  
  13.